home *** CD-ROM | disk | FTP | other *** search
/ Hyper Stacks 1994 May / Hyper Stacks (Pacific HiTech)(1994)[Mac].iso / Reference / VERSACAD⁄MACINTOSH / card_9089.txt < prev    next >
Encoding:
Text File  |  1988-01-11  |  17.3 KB  |  803 lines

  1. -- card: 9089 from stack: in
  2. -- bmap block id: 2336
  3. -- flags: 0000
  4. -- background id: 2739
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=445 top=295 right=320 bottom=486
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 2162 / 2162
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: 
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   visual effect dissolve
  23.   go to card id 2938
  24. end mouseUp
  25.  
  26.  
  27.  
  28. -- part 2 (field)
  29. -- low flags: 01
  30. -- high flags: 0001
  31. -- rect: left=147 top=53 right=79 bottom=367
  32. -- title width / last selected line: 0
  33. -- icon id / first selected line: 0 / 0
  34. -- text alignment: 1
  35. -- font id: 2
  36. -- text size: 18
  37. -- style flags: 0
  38. -- line height: 24
  39. -- part name: 
  40.  
  41.  
  42. -- part 3 (button)
  43. -- low flags: 00
  44. -- high flags: A006
  45. -- rect: left=58 top=94 right=108 bottom=133
  46. -- title width / last selected line: 0
  47. -- icon id / first selected line: 0 / 0
  48. -- text alignment: 1
  49. -- font id: 0
  50. -- text size: 12
  51. -- style flags: 0
  52. -- line height: 16
  53. -- part name: Objects
  54. ----- HyperTalk script -----
  55. on mouseWithin
  56.   show card field objects
  57.   set hilite of button objects to true
  58.   set hilite of button points to false
  59. end mouseWithin
  60.  
  61. on mouseLeave
  62.   hide card field objects
  63. end mouseLeave
  64.  
  65.  
  66. -- part 4 (button)
  67. -- low flags: 00
  68. -- high flags: E006
  69. -- rect: left=58 top=110 right=124 bottom=133
  70. -- title width / last selected line: 0
  71. -- icon id / first selected line: 0 / 0
  72. -- text alignment: 1
  73. -- font id: 0
  74. -- text size: 12
  75. -- style flags: 0
  76. -- line height: 16
  77. -- part name: Points
  78. ----- HyperTalk script -----
  79. on mouseWithin
  80.   show card field points
  81.   set hilite of button objects to false
  82.   set hilite of button points to true
  83. end mouseWithin
  84.  
  85. on mouseLeave
  86.   hide card field points
  87. end mouseLeave
  88.  
  89.  
  90. -- part 5 (button)
  91. -- low flags: 00
  92. -- high flags: 6006
  93. -- rect: left=158 top=94 right=108 bottom=233
  94. -- title width / last selected line: 0
  95. -- icon id / first selected line: 0 / 0
  96. -- text alignment: 1
  97. -- font id: 0
  98. -- text size: 12
  99. -- style flags: 0
  100. -- line height: 16
  101. -- part name: single
  102. ----- HyperTalk script -----
  103. on mouseWithin
  104.   show card field single
  105.   set hilite of button single to true
  106.   set hilite of button base to false
  107.   set hilite of button chain to false
  108. end mouseWithin
  109.  
  110. on mouseLeave
  111.   hide card field single
  112. end mouseLeave
  113.  
  114.  
  115. -- part 6 (button)
  116. -- low flags: 00
  117. -- high flags: 2006
  118. -- rect: left=158 top=110 right=124 bottom=233
  119. -- title width / last selected line: 0
  120. -- icon id / first selected line: 0 / 0
  121. -- text alignment: 1
  122. -- font id: 0
  123. -- text size: 12
  124. -- style flags: 0
  125. -- line height: 16
  126. -- part name: base
  127. ----- HyperTalk script -----
  128. on mouseWithin
  129.   show card field base
  130.   set hilite of button single to false
  131.   set hilite of button base to true
  132.   set hilite of button chain to false
  133. end mouseWithin
  134.  
  135. on mouseLeave
  136.   hide card field base
  137. end mouseLeave
  138.  
  139.  
  140. -- part 7 (button)
  141. -- low flags: 00
  142. -- high flags: 2006
  143. -- rect: left=158 top=126 right=140 bottom=233
  144. -- title width / last selected line: 0
  145. -- icon id / first selected line: 0 / 0
  146. -- text alignment: 1
  147. -- font id: 0
  148. -- text size: 12
  149. -- style flags: 0
  150. -- line height: 16
  151. -- part name: chain
  152. ----- HyperTalk script -----
  153. on mouseWithin
  154.   show card field chain
  155.   set hilite of button single to false
  156.   set hilite of button base to false
  157.   set hilite of button chain to true
  158. end mouseWithin
  159.  
  160. on mouseLeave
  161.   hide card field chain
  162. end mouseLeave
  163.  
  164.  
  165. -- part 8 (button)
  166. -- low flags: 00
  167. -- high flags: E005
  168. -- rect: left=58 top=154 right=168 bottom=133
  169. -- title width / last selected line: 0
  170. -- icon id / first selected line: 0 / 0
  171. -- text alignment: 1
  172. -- font id: 0
  173. -- text size: 12
  174. -- style flags: 0
  175. -- line height: 16
  176. -- part name: Lock
  177. ----- HyperTalk script -----
  178. on mouseWithin
  179.   show card field lock
  180. end mouseWithin
  181.  
  182. on mouseLeave
  183.   hide card field lock
  184. end mouseLeave
  185.  
  186.  
  187. -- part 9 (button)
  188. -- low flags: 00
  189. -- high flags: A005
  190. -- rect: left=58 top=170 right=184 bottom=133
  191. -- title width / last selected line: 0
  192. -- icon id / first selected line: 0 / 0
  193. -- text alignment: 1
  194. -- font id: 0
  195. -- text size: 12
  196. -- style flags: 0
  197. -- line height: 16
  198. -- part name: Break
  199. ----- HyperTalk script -----
  200. on mouseWithin
  201.   show card field break
  202. end mouseWithin
  203.  
  204. on mouseLeave
  205.   hide card field break
  206. end mouseLeave
  207.  
  208.  
  209. -- part 10 (button)
  210. -- low flags: 00
  211. -- high flags: E005
  212. -- rect: left=58 top=186 right=200 bottom=133
  213. -- title width / last selected line: 0
  214. -- icon id / first selected line: 0 / 0
  215. -- text alignment: 1
  216. -- font id: 0
  217. -- text size: 12
  218. -- style flags: 0
  219. -- line height: 16
  220. -- part name: Outside
  221. ----- HyperTalk script -----
  222. on mouseWithin
  223.   show card field outside
  224. end mouseWithin
  225.  
  226. on mouseLeave
  227.   hide card field outside
  228. end mouseLeave
  229.  
  230.  
  231. -- part 11 (button)
  232. -- low flags: 00
  233. -- high flags: A005
  234. -- rect: left=58 top=202 right=216 bottom=133
  235. -- title width / last selected line: 0
  236. -- icon id / first selected line: 0 / 0
  237. -- text alignment: 1
  238. -- font id: 0
  239. -- text size: 12
  240. -- style flags: 0
  241. -- line height: 16
  242. -- part name: Center
  243. ----- HyperTalk script -----
  244. on mouseWithin
  245.   show card field center
  246. end mouseWithin
  247.  
  248. on mouseLeave
  249.   hide card field center
  250. end mouseLeave
  251.  
  252.  
  253. -- part 12 (button)
  254. -- low flags: 00
  255. -- high flags: A005
  256. -- rect: left=58 top=218 right=232 bottom=144
  257. -- title width / last selected line: 0
  258. -- icon id / first selected line: 0 / 0
  259. -- text alignment: 1
  260. -- font id: 0
  261. -- text size: 12
  262. -- style flags: 0
  263. -- line height: 16
  264. -- part name: Depthlock
  265. ----- HyperTalk script -----
  266. on mouseWithin
  267.   show card field depthlock
  268. end mouseWithin
  269.  
  270. on mouseLeave
  271.   hide card field depthlock
  272. end mouseLeave
  273.  
  274.  
  275. -- part 13 (button)
  276. -- low flags: 00
  277. -- high flags: 0000
  278. -- rect: left=263 top=153 right=169 bottom=287
  279. -- title width / last selected line: 0
  280. -- icon id / first selected line: 0 / 0
  281. -- text alignment: 1
  282. -- font id: 0
  283. -- text size: 12
  284. -- style flags: 0
  285. -- line height: 16
  286. -- part name: UnitsDecimal
  287. ----- HyperTalk script -----
  288. on mouseWithin
  289.   show card field UnitsDecimal
  290. end mouseWithin
  291.  
  292. on mouseLeave
  293.   hide card field UnitsDecimal
  294. end mouseLeave
  295.  
  296.  
  297. -- part 14 (button)
  298. -- low flags: 00
  299. -- high flags: 0000
  300. -- rect: left=295 top=153 right=169 bottom=319
  301. -- title width / last selected line: 0
  302. -- icon id / first selected line: 0 / 0
  303. -- text alignment: 1
  304. -- font id: 0
  305. -- text size: 12
  306. -- style flags: 0
  307. -- line height: 16
  308. -- part name: UnitsInches
  309. ----- HyperTalk script -----
  310. on mouseWithin
  311.   show card field UnitsInches
  312. end mouseWithin
  313.  
  314. on mouseLeave
  315.   hide card field UnitsInches
  316. end mouseLeave
  317.  
  318.  
  319. -- part 15 (button)
  320. -- low flags: 00
  321. -- high flags: 0000
  322. -- rect: left=327 top=153 right=169 bottom=351
  323. -- title width / last selected line: 0
  324. -- icon id / first selected line: 0 / 0
  325. -- text alignment: 1
  326. -- font id: 0
  327. -- text size: 12
  328. -- style flags: 0
  329. -- line height: 16
  330. -- part name: UnitsDecimal
  331. ----- HyperTalk script -----
  332. on mouseDown
  333.   show card field UnitsDecimal
  334. end mouseDown
  335.  
  336. on mouseUp
  337.   hide card field UnitsDecimal
  338. end mouseUp
  339.  
  340.  
  341. -- part 16 (button)
  342. -- low flags: 00
  343. -- high flags: 0000
  344. -- rect: left=327 top=153 right=169 bottom=351
  345. -- title width / last selected line: 0
  346. -- icon id / first selected line: 0 / 0
  347. -- text alignment: 1
  348. -- font id: 0
  349. -- text size: 12
  350. -- style flags: 0
  351. -- line height: 16
  352. -- part name: UnitsFeet
  353. ----- HyperTalk script -----
  354. on mouseWithin
  355.   show card field UnitsFeet
  356. end mouseWithin
  357.  
  358. on mouseLeave
  359.   hide card field UnitsFeet
  360. end mouseLeave
  361.  
  362.  
  363. -- part 17 (button)
  364. -- low flags: 00
  365. -- high flags: 0000
  366. -- rect: left=263 top=177 right=193 bottom=383
  367. -- title width / last selected line: 0
  368. -- icon id / first selected line: 0 / 0
  369. -- text alignment: 1
  370. -- font id: 0
  371. -- text size: 12
  372. -- style flags: 0
  373. -- line height: 16
  374. -- part name: Precision0
  375. ----- HyperTalk script -----
  376. on mouseWithin
  377.   show card field Precision
  378. end mouseWithin
  379.  
  380. on mouseLeave
  381.   hide card field Precision
  382. end mouseLeave
  383.  
  384.  
  385. -- part 21 (button)
  386. -- low flags: 00
  387. -- high flags: 0000
  388. -- rect: left=263 top=201 right=225 bottom=360
  389. -- title width / last selected line: 0
  390. -- icon id / first selected line: 0 / 0
  391. -- text alignment: 1
  392. -- font id: 0
  393. -- text size: 12
  394. -- style flags: 0
  395. -- line height: 16
  396. -- part name: extensions
  397. ----- HyperTalk script -----
  398. on mouseWithin
  399.   show card field extensions
  400. end mouseWithin
  401.  
  402. on mouseLeave
  403.   hide card field extensions
  404. end mouseLeave
  405.  
  406.  
  407. -- part 23 (button)
  408. -- low flags: 00
  409. -- high flags: 0000
  410. -- rect: left=262 top=235 right=260 bottom=408
  411. -- title width / last selected line: 0
  412. -- icon id / first selected line: 0 / 0
  413. -- text alignment: 1
  414. -- font id: 0
  415. -- text size: 12
  416. -- style flags: 0
  417. -- line height: 16
  418. -- part name: markers
  419. ----- HyperTalk script -----
  420. on mouseWithin
  421.   show card field markers
  422. end mouseWithin
  423.  
  424. on mouseLeave
  425.   hide card field markers
  426. end mouseLeave
  427.  
  428.  
  429. -- part 24 (field)
  430. -- low flags: 81
  431. -- high flags: 2004
  432. -- rect: left=134 top=113 right=229 bottom=358
  433. -- title width / last selected line: 0
  434. -- icon id / first selected line: 0 / 0
  435. -- text alignment: 0
  436. -- font id: 2
  437. -- text size: 12
  438. -- style flags: 0
  439. -- line height: 16
  440. -- part name: objects
  441.  
  442.  
  443. -- part 25 (field)
  444. -- low flags: 81
  445. -- high flags: 2004
  446. -- rect: left=134 top=113 right=229 bottom=358
  447. -- title width / last selected line: 0
  448. -- icon id / first selected line: 0 / 0
  449. -- text alignment: 0
  450. -- font id: 2
  451. -- text size: 12
  452. -- style flags: 0
  453. -- line height: 16
  454. -- part name: points
  455.  
  456.  
  457. -- part 26 (field)
  458. -- low flags: 81
  459. -- high flags: 2004
  460. -- rect: left=159 top=143 right=259 bottom=383
  461. -- title width / last selected line: 0
  462. -- icon id / first selected line: 0 / 0
  463. -- text alignment: 0
  464. -- font id: 2
  465. -- text size: 12
  466. -- style flags: 0
  467. -- line height: 16
  468. -- part name: single
  469.  
  470.  
  471. -- part 27 (field)
  472. -- low flags: 81
  473. -- high flags: 2004
  474. -- rect: left=189 top=143 right=259 bottom=413
  475. -- title width / last selected line: 0
  476. -- icon id / first selected line: 0 / 0
  477. -- text alignment: 0
  478. -- font id: 2
  479. -- text size: 12
  480. -- style flags: 0
  481. -- line height: 16
  482. -- part name: base
  483.  
  484.  
  485. -- part 28 (field)
  486. -- low flags: 81
  487. -- high flags: 2004
  488. -- rect: left=218 top=143 right=259 bottom=442
  489. -- title width / last selected line: 0
  490. -- icon id / first selected line: 0 / 0
  491. -- text alignment: 0
  492. -- font id: 2
  493. -- text size: 12
  494. -- style flags: 0
  495. -- line height: 16
  496. -- part name: chain
  497.  
  498.  
  499. -- part 29 (field)
  500. -- low flags: 81
  501. -- high flags: 2004
  502. -- rect: left=184 top=173 right=289 bottom=408
  503. -- title width / last selected line: 0
  504. -- icon id / first selected line: 0 / 0
  505. -- text alignment: 0
  506. -- font id: 2
  507. -- text size: 12
  508. -- style flags: 0
  509. -- line height: 16
  510. -- part name: UnitsDecimal
  511.  
  512.  
  513. -- part 30 (field)
  514. -- low flags: 81
  515. -- high flags: 2004
  516. -- rect: left=184 top=173 right=289 bottom=408
  517. -- title width / last selected line: 0
  518. -- icon id / first selected line: 0 / 0
  519. -- text alignment: 0
  520. -- font id: 2
  521. -- text size: 12
  522. -- style flags: 0
  523. -- line height: 16
  524. -- part name: UnitsInches
  525.  
  526.  
  527. -- part 31 (field)
  528. -- low flags: 81
  529. -- high flags: 2004
  530. -- rect: left=184 top=173 right=289 bottom=408
  531. -- title width / last selected line: 0
  532. -- icon id / first selected line: 0 / 0
  533. -- text alignment: 0
  534. -- font id: 2
  535. -- text size: 12
  536. -- style flags: 0
  537. -- line height: 16
  538. -- part name: UnitsFeet
  539.  
  540.  
  541. -- part 32 (field)
  542. -- low flags: 81
  543. -- high flags: 2004
  544. -- rect: left=144 top=198 right=314 bottom=368
  545. -- title width / last selected line: 0
  546. -- icon id / first selected line: 0 / 0
  547. -- text alignment: 0
  548. -- font id: 2
  549. -- text size: 12
  550. -- style flags: 0
  551. -- line height: 16
  552. -- part name: precision
  553.  
  554.  
  555. -- part 33 (field)
  556. -- low flags: 81
  557. -- high flags: 2004
  558. -- rect: left=33 top=82 right=198 bottom=257
  559. -- title width / last selected line: 0
  560. -- icon id / first selected line: 0 / 0
  561. -- text alignment: 0
  562. -- font id: 2
  563. -- text size: 12
  564. -- style flags: 0
  565. -- line height: 16
  566. -- part name: extensions
  567.  
  568.  
  569. -- part 34 (field)
  570. -- low flags: 81
  571. -- high flags: 2004
  572. -- rect: left=33 top=120 right=236 bottom=257
  573. -- title width / last selected line: 0
  574. -- icon id / first selected line: 0 / 0
  575. -- text alignment: 0
  576. -- font id: 2
  577. -- text size: 12
  578. -- style flags: 0
  579. -- line height: 16
  580. -- part name: markers
  581.  
  582.  
  583. -- part 35 (field)
  584. -- low flags: 81
  585. -- high flags: 2004
  586. -- rect: left=88 top=166 right=258 bottom=242
  587. -- title width / last selected line: 0
  588. -- icon id / first selected line: 0 / 0
  589. -- text alignment: 0
  590. -- font id: 2
  591. -- text size: 12
  592. -- style flags: 0
  593. -- line height: 16
  594. -- part name: ok
  595.  
  596.  
  597. -- part 36 (field)
  598. -- low flags: 81
  599. -- high flags: 2004
  600. -- rect: left=154 top=166 right=258 bottom=308
  601. -- title width / last selected line: 0
  602. -- icon id / first selected line: 0 / 0
  603. -- text alignment: 0
  604. -- font id: 2
  605. -- text size: 12
  606. -- style flags: 0
  607. -- line height: 16
  608. -- part name: cancel
  609.  
  610.  
  611. -- part 37 (button)
  612. -- low flags: 00
  613. -- high flags: 2000
  614. -- rect: left=63 top=266 right=285 bottom=127
  615. -- title width / last selected line: 0
  616. -- icon id / first selected line: 0 / 0
  617. -- text alignment: 1
  618. -- font id: 0
  619. -- text size: 12
  620. -- style flags: 0
  621. -- line height: 16
  622. -- part name: OK
  623. ----- HyperTalk script -----
  624. on mouseWithin
  625.   show card field ok
  626. end mouseWithin
  627.  
  628. on mouseLeave
  629.   hide card field ok
  630. end mouseLeave
  631.  
  632.  
  633. -- part 38 (button)
  634. -- low flags: 00
  635. -- high flags: 2000
  636. -- rect: left=147 top=266 right=282 bottom=203
  637. -- title width / last selected line: 0
  638. -- icon id / first selected line: 0 / 0
  639. -- text alignment: 1
  640. -- font id: 0
  641. -- text size: 12
  642. -- style flags: 0
  643. -- line height: 16
  644. -- part name: cancel
  645. ----- HyperTalk script -----
  646. on mouseWithin
  647.   show card field cancel
  648. end mouseWithin
  649.  
  650. on mouseLeave
  651.   hide card field cancel
  652. end mouseLeave
  653.  
  654.  
  655. -- part 39 (field)
  656. -- low flags: 81
  657. -- high flags: 2004
  658. -- rect: left=155 top=144 right=260 bottom=379
  659. -- title width / last selected line: 0
  660. -- icon id / first selected line: 0 / 0
  661. -- text alignment: 0
  662. -- font id: 2
  663. -- text size: 12
  664. -- style flags: 0
  665. -- line height: 16
  666. -- part name: lock
  667.  
  668.  
  669. -- part 40 (field)
  670. -- low flags: 81
  671. -- high flags: 2004
  672. -- rect: left=155 top=144 right=260 bottom=379
  673. -- title width / last selected line: 0
  674. -- icon id / first selected line: 0 / 0
  675. -- text alignment: 0
  676. -- font id: 2
  677. -- text size: 12
  678. -- style flags: 0
  679. -- line height: 16
  680. -- part name: break
  681.  
  682.  
  683. -- part 41 (field)
  684. -- low flags: 81
  685. -- high flags: 2004
  686. -- rect: left=155 top=144 right=260 bottom=379
  687. -- title width / last selected line: 0
  688. -- icon id / first selected line: 0 / 0
  689. -- text alignment: 0
  690. -- font id: 2
  691. -- text size: 12
  692. -- style flags: 0
  693. -- line height: 16
  694. -- part name: outside
  695.  
  696.  
  697. -- part 42 (field)
  698. -- low flags: 81
  699. -- high flags: 2004
  700. -- rect: left=155 top=144 right=260 bottom=379
  701. -- title width / last selected line: 0
  702. -- icon id / first selected line: 0 / 0
  703. -- text alignment: 0
  704. -- font id: 2
  705. -- text size: 12
  706. -- style flags: 0
  707. -- line height: 16
  708. -- part name: center
  709.  
  710.  
  711. -- part 43 (field)
  712. -- low flags: 81
  713. -- high flags: 2004
  714. -- rect: left=155 top=144 right=260 bottom=379
  715. -- title width / last selected line: 0
  716. -- icon id / first selected line: 0 / 0
  717. -- text alignment: 0
  718. -- font id: 2
  719. -- text size: 12
  720. -- style flags: 0
  721. -- line height: 16
  722. -- part name: depthlock
  723.  
  724.  
  725. -- part contents for card part 2
  726. ----- text -----
  727. Linear Dimension 
  728.  
  729. -- part contents for card part 24
  730. ----- text -----
  731. The object option allows you to place the cursor near each endpoint of a linear object (line, rectange or polygon) and accept the position.  The dimension will extend from the exact endpoints.
  732.  
  733. -- part contents for card part 25
  734. ----- text -----
  735. Using the points method, the program accepts the entered location as the dimension endpoint. 
  736.  
  737. ‚Ä¢ Object snap may be used here.
  738.  
  739. -- part contents for card part 26
  740. ----- text -----
  741. Single allows you to place linear or angular dimensions on your drawing one at a time.
  742.  
  743. -- part contents for card part 27
  744. ----- text -----
  745. When you select baseline the program links the linear or angular dimensions from a common first endpoint until you quit.
  746.  
  747. -- part contents for card part 28
  748. ----- text -----
  749. When you select chain the program links the linear or angular dimension sequentially, chaining them together end-to-end until you quit.
  750.  
  751. -- part contents for card part 29
  752. ----- text -----
  753. Displays the dimension text in decimal format.  With angular dimensions, selecting this option toggles between decimal format and degrees/minutes/seconds format.
  754.  
  755. -- part contents for card part 30
  756. ----- text -----
  757. Displays the dimension text in an inches format.
  758.  
  759. -- part contents for card part 31
  760. ----- text -----
  761. Displays the dimension text in feet and inches format.
  762.  
  763. -- part contents for card part 32
  764. ----- text -----
  765. Precision: Allows you to change the number of significant digits displayed in length and angle text. 
  766.  
  767. -- part contents for card part 33
  768. ----- text -----
  769. Allows you to select the type of extension desired on the dimension.
  770.  
  771. -- part contents for card part 34
  772. ----- text -----
  773. Markers change the arrowheads of the dimension line to 'slash' marks, extended slash marks, or no markers.
  774.  
  775. -- part contents for card part 35
  776. ----- text -----
  777. The OK button accepts your changes and closes the dialog.
  778.  
  779.  
  780. -- part contents for card part 36
  781. ----- text -----
  782. The cancel button aborts the changes you have made inside the dialog box.
  783.  
  784. -- part contents for card part 40
  785. ----- text -----
  786. Breaks the dimension line to allow dimension text to be inserted. If the size of the text generated is too large, the program will not break the dimension line.
  787.  
  788. -- part contents for card part 41
  789. ----- text -----
  790. Moves the dimension lines to the outside of the extension lines. That is, arrowheads will be pointing inward, toward the text, instead of outward.
  791.  
  792. -- part contents for card part 42
  793. ----- text -----
  794. Center confines the dimension text to the center of the dimension line or arc.
  795.  
  796. -- part contents for card part 43
  797. ----- text -----
  798. Depthlock ????
  799.  
  800.  
  801. -- part contents for card part 39
  802. ----- text -----
  803. Lock (linear dimensions only) confines the dimension text to the limits of the dimension line.